C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / DidUpdateFocus Method

In This Topic
DidUpdateFocus Method (C1TableViewSource<T>)
In This Topic
Syntax
'Declaration
 
Public Overridable Sub DidUpdateFocus( _
   ByVal tableView As UIKit.UITableView, _
   ByVal context As UIKit.UITableViewFocusUpdateContext, _
   ByVal coordinator As UIKit.UIFocusAnimationCoordinator _
) 
 

Parameters

tableView
context
coordinator
See Also